home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ace_basic / ace24.lha / include / libraries / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-11  |  392 b   |  23 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define LIBRARIES_EXPANSION_H 1
  3. /*
  4. ** expansion.h for ACE Basic
  5. **
  6. ** Note: Translated to ACE by ConvertC2ACE
  7. **       @ MapMeadow Software, Nils Sjoholm
  8. **
  9. **
  10. ** Date: 09/01/95
  11. **
  12. **
  13. */
  14.  
  15.  
  16. #define EXPANSIONNAME   "expansion.library"
  17.  
  18. /* flags for the AddDosNode() call */
  19. #define ADNB_STARTPROC  0
  20. #define ADNF_STARTPROC  (1)
  21.  
  22. #endif /* LIBRARIES_EXPANSION_H */
  23.